lcTIN_BndFileSave Home

Saves a part of a TIN object into a file. The part is placed inside of a boundary.

 BOOL lcTIN_BndFileSave (
   LPCWSTR szFileName,
   HANDLE hLcWnd
 );

Parameters
szFileName
  TIN data filename. If the string is "<Dialog>" or empty, then user will specify the filename by dialog.
hLcWnd
  Handle to a graphics window object.

Return Value

  If the function succeeds, the return value is nonzero (TRUE).

See Also

  lcTIN_FileLoad